Utility.objectFromString Method

Finds the object from the given string. For example, if "dundas.data.ParameterValue" is given, window[dundas][data][ParameterValue] will be returned.
 

Parameters

string

Type: String
The full name of the object.
isEnum

Type: Boolean
(Optional) True to search for enum.

Return Value


Type: Object
An object (function) of the type specified.